// #include <MacHeaders.h>

#define DEBUG		1
#define NO_STATICS	1

//#define	BUILDING_FOR_SYSTEM7 1
//#define FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED 1

#define		OLDROUTINENAMES 	0
#define 	OLDROUTINELOCATIONS 0

//#if !defined(powerc) && !defined(OBSOLETE)
// #define OBSOLETE	1
//#endif

/*
 *	Metrowerks-specific definitions
 *
 *	These definitions are commonly used but not in Apple's headers. We define
 *	them in our precompiled header so we can use the Apple headers without modification.
 */

#define PtoCstr		p2cstr
#define CtoPstr		c2pstr
#define PtoCString	p2cstr
#define CtoPString	c2pstr

#define topLeft(r)	(((Point *) &(r))[0])
#define botRight(r)	(((Point *) &(r))[1])

#define DELAY_LONG					UInt32

